home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
docs
/
pascsrc
/
uglyform.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1988-01-15
|
299 b
|
8 lines
program Ugly_Programming_Style;begin Write('Programming style ')
;Write ('is a matter of ');
Writeln('personal choice');Write('Each person ');
Write('can choose ');Writeln
('his own style');Write('He can be ');Write
('very clear, or ');
Writeln('extremely messy');end.